PropertyCollectionAdd Method (Property) |
Adds a property to the collection.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic int Add(
Property property
)
Public Function Add (
property As Property
) As Integer
Parameters
- property
- Type: Independentsoft.WebdavProperty
A property to be added.
Return Value
Type:
Int32The index at which the value has been added.
See Also